CODE

Syntax: CODE (character$)
Location: QL ROM

This function returns the internal code used to represent the given character$ (this will be a value between 0 and 255).

If the supplied parameter is more than one character in length, the code of the first character will be returned.

Example:
PRINT CODE('Alpha')

will print 65.
